home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / Bus / A / 4dSample.cpt / Proc.Ext.rsrc / 4DTE_15012 < prev    next >
Encoding:
Text File  |  1988-03-14  |  264 b   |  11 lines

  1. -> Param1: Resource Type
  2. -> Param2: Resource ID no.
  3. -> Param3: The Integer Index 
  4. -> Param4: The value you want to set the param3rd integer to.
  5.  
  6. Ex.
  7.  
  8. SetIntegerRes("INT4";0;2;128) 
  9. Will set the value of the 2nd integer in the INT4 resource with ID no = 1 to 128.
  10.  
  11.